home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 November / Software of the Month - Ultimate Collection Shareware 278.iso / pc / Programs / Utility / WinGuardian / sysctrl._xe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Encoding:
Text File  |  1999-11-15  |  15.6 KB  |  694 lines

  1. object Form1: TForm1
  2.   Left = 415
  3.   Top = 104
  4.   BorderIcons = [biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsSingle
  6.   Caption = 'System Controller'
  7.   ClientHeight = 282
  8.   ClientWidth = 405
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Menu = MainMenu1
  15.   OnClose = FormClose
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object BitBtn1: TBitBtn
  22.     Left = 324
  23.     Top = 48
  24.     Width = 75
  25.     Height = 25
  26.     Caption = 'Start Capture'
  27.     TabOrder = 0
  28.     Visible = False
  29.     OnClick = BitBtn1Click
  30.   end
  31.   object ListView1: TListView
  32.     Left = -592
  33.     Top = 0
  34.     Width = 620
  35.     Height = 352
  36.     Hint = 'Double-click the URL to load the website in your browser.'
  37.     Color = clWhite
  38.     OnDblClick = ListView1DblClick
  39.     Columns = <
  40.       item
  41.         Caption = 'Date'
  42.         Width = 55
  43.       end
  44.       item
  45.         Caption = 'Time'
  46.         Width = 80
  47.       end
  48.       item
  49.         Caption = 'Event'
  50.         Width = 280
  51.       end
  52.       item
  53.         Caption = 'Web Site Address'
  54.         Width = 200
  55.       end>
  56.     DragMode = dmAutomatic
  57.     Font.Charset = DEFAULT_CHARSET
  58.     Font.Color = clWindowText
  59.     Font.Height = -9
  60.     Font.Name = 'MS Sans Serif'
  61.     Font.Style = []
  62.     GridLines = True
  63.     HideSelection = False
  64.     RowSelect = True
  65.     ParentFont = False
  66.     ParentShowHint = False
  67.     ShowHint = False
  68.     TabOrder = 1
  69.     ViewStyle = vsReport
  70.     Visible = False
  71.   end
  72.   object BitBtn2: TBitBtn
  73.     Left = 408
  74.     Top = 48
  75.     Width = 75
  76.     Height = 25
  77.     Caption = 'Stop Capture'
  78.     Enabled = False
  79.     TabOrder = 2
  80.     Visible = False
  81.     OnClick = BitBtn2Click
  82.   end
  83.   object BitBtn3: TBitBtn
  84.     Left = 324
  85.     Top = 48
  86.     Width = 75
  87.     Height = 25
  88.     Caption = 'Setup'
  89.     TabOrder = 3
  90.     Visible = False
  91.   end
  92.   object BitBtn4: TBitBtn
  93.     Left = 488
  94.     Top = 48
  95.     Width = 75
  96.     Height = 25
  97.     Caption = 'Help'
  98.     TabOrder = 4
  99.     Visible = False
  100.   end
  101.   object ListView2: TListView
  102.     Left = 1420
  103.     Top = 152
  104.     Width = 217
  105.     Height = 49
  106.     Color = clWhite
  107.     Columns = <
  108.       item
  109.         Caption = 'Dummy Listview'
  110.         Width = 200
  111.       end>
  112.     TabOrder = 5
  113.     ViewStyle = vsReport
  114.   end
  115.   object RichEdit1: TRichEdit
  116.     Left = 1480
  117.     Top = 120
  118.     Width = 185
  119.     Height = 89
  120.     PlainText = True
  121.     TabOrder = 6
  122.     Visible = False
  123.     WantReturns = False
  124.     WordWrap = False
  125.   end
  126.   object Memo1: TMemo
  127.     Left = 224
  128.     Top = 120
  129.     Width = 185
  130.     Height = 89
  131.     TabOrder = 7
  132.     Visible = False
  133.     WordWrap = False
  134.   end
  135.   object FileListBox1: TFileListBox
  136.     Left = 248
  137.     Top = 72
  138.     Width = 145
  139.     Height = 97
  140.     ItemHeight = 13
  141.     TabOrder = 8
  142.     Visible = False
  143.   end
  144.   object Memo2: TMemo
  145.     Left = 1444
  146.     Top = 280
  147.     Width = 185
  148.     Height = 89
  149.     Lines.Strings = (
  150.       '')
  151.     TabOrder = 9
  152.     Visible = False
  153.     WordWrap = False
  154.   end
  155.   object RichEdit2: TRichEdit
  156.     Left = -464
  157.     Top = 232
  158.     Width = 481
  159.     Height = 89
  160.     PlainText = True
  161.     TabOrder = 10
  162.     Visible = False
  163.     WantReturns = False
  164.     WordWrap = False
  165.   end
  166.   object RichEdit3: TRichEdit
  167.     Left = -448
  168.     Top = 232
  169.     Width = 481
  170.     Height = 89
  171.     PlainText = True
  172.     TabOrder = 11
  173.     Visible = False
  174.     WantReturns = False
  175.     WordWrap = False
  176.   end
  177.   object Panel1: TPanel
  178.     Left = -616
  179.     Top = 255
  180.     Width = 620
  181.     Height = 41
  182.     TabOrder = 12
  183.     Visible = False
  184.     object BitBtn5: TBitBtn
  185.       Left = 488
  186.       Top = 8
  187.       Width = 121
  188.       Height = 25
  189.       Caption = 'Maximize Window Size'
  190.       TabOrder = 0
  191.       Visible = False
  192.       OnClick = BitBtn5Click
  193.     end
  194.   end
  195.   object Panel2: TPanel
  196.     Left = 0
  197.     Top = 0
  198.     Width = 405
  199.     Height = 282
  200.     Align = alClient
  201.     Caption = 'Processing current logs... Please wait...'
  202.     Color = clWhite
  203.     TabOrder = 13
  204.     Visible = False
  205.     object ScreenCapture1: TScreenCapture
  206.       Left = 480
  207.       Top = 64
  208.       Width = 28
  209.       Height = 28
  210.       Autocopy = False
  211.       Active = False
  212.       Desktop = True
  213.     end
  214.     object PGImage1: TPGImage
  215.       Left = 456
  216.       Top = 144
  217.       Width = 100
  218.       Height = 100
  219.       TabOrder = 1
  220.       Visible = False
  221.       PicBoxColor = clWhite
  222.       PicBoxCursor = crDefault
  223.       PicBoxDragCursor = crDrag
  224.       PicBoxDragMode = dmManual
  225.       PicBoxParentColor = True
  226.       PicBoxParentShowHint = True
  227.       PicBoxShowHint = False
  228.       PicBoxTag = 0
  229.       ReadWarningAction = pgwaIgnore
  230.       SaveColorResWarningAction = pgwaIgnore
  231.       ZoomFactor = 1.000000000000000000
  232.     end
  233.     object FileListBox2: TFileListBox
  234.       Left = 240
  235.       Top = 184
  236.       Width = 145
  237.       Height = 97
  238.       ItemHeight = 13
  239.       Mask = '*.sc'
  240.       TabOrder = 2
  241.       Visible = False
  242.     end
  243.   end
  244.   object Panel3: TPanel
  245.     Left = 0
  246.     Top = 0
  247.     Width = 405
  248.     Height = 282
  249.     Align = alClient
  250.     Color = clWhite
  251.     TabOrder = 14
  252.     object Panel4: TPanel
  253.       Left = 1
  254.       Top = 1
  255.       Width = 403
  256.       Height = 112
  257.       Align = alTop
  258.       Color = clWhite
  259.       TabOrder = 0
  260.       object Image1: TImage
  261.         Left = 83
  262.         Top = 0
  263.         Width = 242
  264.         Height = 95
  265.         AutoSize = True
  266.         Picture.Data = {<image000.bmp>}
  267.       end
  268.       object AHMCommandLabel1: TAHMCommandLabel
  269.         Left = 221
  270.         Top = 96
  271.         Width = 110
  272.         Height = 13
  273.         Caption = 'webroot@webroot.com'
  274.         Font.Charset = DEFAULT_CHARSET
  275.         Font.Color = clBlue
  276.         Font.Height = -11
  277.         Font.Name = 'MS Sans Serif'
  278.         Font.Style = [fsUnderline]
  279.         ParentFont = False
  280.       end
  281.       object AHMCommandLabel2: TAHMCommandLabel
  282.         Left = 67
  283.         Top = 96
  284.         Width = 124
  285.         Height = 13
  286.         Caption = 'http://www.webroot.com/'
  287.         Font.Charset = DEFAULT_CHARSET
  288.         Font.Color = clBlue
  289.         Font.Height = -11
  290.         Font.Name = 'MS Sans Serif'
  291.         Font.Style = [fsUnderline]
  292.         ParentFont = False
  293.       end
  294.       object Label3: TLabel
  295.         Left = 144
  296.         Top = 79
  297.         Width = 123
  298.         Height = 12
  299.         Caption = '(C) 1999 Webroot Software, Inc.'
  300.         Font.Charset = DEFAULT_CHARSET
  301.         Font.Color = clWindowText
  302.         Font.Height = -9
  303.         Font.Name = 'Times New Roman'
  304.         Font.Style = []
  305.         ParentFont = False
  306.       end
  307.       object Button1: TButton
  308.         Left = 392
  309.         Top = -8
  310.         Width = 75
  311.         Height = 25
  312.         Caption = 'Button1'
  313.         TabOrder = 0
  314.         Visible = False
  315.         OnClick = Button1Click
  316.       end
  317.     end
  318.     object Panel5: TPanel
  319.       Left = 1
  320.       Top = 113
  321.       Width = 403
  322.       Height = 168
  323.       Align = alClient
  324.       TabOrder = 1
  325.       object AHMFillBackground1: TAHMFillBackground
  326.         Left = 1
  327.         Top = 1
  328.         Width = 401
  329.         Height = 166
  330.         Background = AHMBackground1
  331.         Align = alClient
  332.       end
  333.       object AHMOfficeButton8: TAHMOfficeButton
  334.         Left = 5
  335.         Top = 79
  336.         Width = 130
  337.         Height = 35
  338.         Hint = 'Starts the WinGuardian logging engine and hides the main window.'
  339.         Caption = 'Start Logging'
  340.         Font.Charset = DEFAULT_CHARSET
  341.         Font.Color = clNavy
  342.         Font.Height = -11
  343.         Font.Name = 'MS Sans Serif'
  344.         Font.Style = []
  345.         LedNormal = clPurple
  346.         LedIn = clAqua
  347.         LedOut = clTeal
  348.         RoundSize = 20
  349.         Font3D.ThreeDimensional = False
  350.         Font3D.RepetitionColor = clNavy
  351.         OnClick = AHMOfficeButton8Click
  352.       end
  353.       object AHMOfficeButton4: TAHMOfficeButton
  354.         Left = 137
  355.         Top = 79
  356.         Width = 130
  357.         Height = 35
  358.         Hint = 
  359.           'Opens up the settings window to change configurations and option' +
  360.           's.'
  361.         Caption = 'Settings'
  362.         Font.Charset = DEFAULT_CHARSET
  363.         Font.Color = clNavy
  364.         Font.Height = -11
  365.         Font.Name = 'MS Sans Serif'
  366.         Font.Style = []
  367.         LedNormal = clPurple
  368.         LedIn = clAqua
  369.         LedOut = clTeal
  370.         RoundSize = 20
  371.         Font3D.ThreeDimensional = False
  372.         Font3D.RepetitionColor = clNavy
  373.         OnClick = AHMOfficeButton4Click
  374.       end
  375.       object AHMOfficeButton9: TAHMOfficeButton
  376.         Left = 205
  377.         Top = 124
  378.         Width = 130
  379.         Height = 35
  380.         Hint = 'Shutdowns WinGuardian and stops all logging.'
  381.         Caption = 'Shutdown'
  382.         Font.Charset = DEFAULT_CHARSET
  383.         Font.Color = clNavy
  384.         Font.Height = -11
  385.         Font.Name = 'MS Sans Serif'
  386.         Font.Style = []
  387.         LedNormal = clPurple
  388.         LedIn = clAqua
  389.         LedOut = clTeal
  390.         RoundSize = 20
  391.         Font3D.ThreeDimensional = False
  392.         Font3D.RepetitionColor = clNavy
  393.         OnClick = AHMOfficeButton9Click
  394.       end
  395.       object AHMOfficeButton5: TAHMOfficeButton
  396.         Left = 269
  397.         Top = 79
  398.         Width = 130
  399.         Height = 35
  400.         Hint = 'Opens the help file.'
  401.         Caption = 'Help'
  402.         Font.Charset = DEFAULT_CHARSET
  403.         Font.Color = clNavy
  404.         Font.Height = -11
  405.         Font.Name = 'MS Sans Serif'
  406.         Font.Style = []
  407.         LedNormal = clPurple
  408.         LedIn = clAqua
  409.         LedOut = clTeal
  410.         RoundSize = 20
  411.         Font3D.ThreeDimensional = False
  412.         Font3D.RepetitionColor = clNavy
  413.         OnClick = AHMOfficeButton5Click
  414.       end
  415.       object AHMOfficeButton6: TAHMOfficeButton
  416.         Left = 66
  417.         Top = 124
  418.         Width = 130
  419.         Height = 35
  420.         Caption = 'Register'
  421.         Font.Charset = DEFAULT_CHARSET
  422.         Font.Color = clNavy
  423.         Font.Height = -11
  424.         Font.Name = 'MS Sans Serif'
  425.         Font.Style = []
  426.         LedNormal = clPurple
  427.         LedIn = clAqua
  428.         LedOut = clTeal
  429.         RoundSize = 20
  430.         Font3D.ThreeDimensional = False
  431.         Font3D.RepetitionColor = clNavy
  432.         OnClick = AHMOfficeButton6Click
  433.       end
  434.       object Bevel1: TBevel
  435.         Left = 24
  436.         Top = 56
  437.         Width = 353
  438.         Height = 9
  439.         Shape = bsBottomLine
  440.         Style = bsRaised
  441.       end
  442.       object AHMOfficeButton2: TAHMOfficeButton
  443.         Left = 137
  444.         Top = 14
  445.         Width = 130
  446.         Height = 35
  447.         Hint = 'Opens the keystroke log window.'
  448.         Caption = 'View Keystroke Log'
  449.         Font.Charset = DEFAULT_CHARSET
  450.         Font.Color = clNavy
  451.         Font.Height = -11
  452.         Font.Name = 'MS Sans Serif'
  453.         Font.Style = []
  454.         LedNormal = clPurple
  455.         LedIn = clAqua
  456.         LedOut = clTeal
  457.         RoundSize = 20
  458.         Font3D.ThreeDimensional = False
  459.         Font3D.RepetitionColor = clNavy
  460.         OnClick = AHMOfficeButton2Click
  461.       end
  462.       object AHMOfficeButton3: TAHMOfficeButton
  463.         Left = 269
  464.         Top = 14
  465.         Width = 130
  466.         Height = 35
  467.         Hint = 'Opens the screenshot log window.'
  468.         Caption = 'View Screenshot Log'
  469.         Font.Charset = DEFAULT_CHARSET
  470.         Font.Color = clNavy
  471.         Font.Height = -11
  472.         Font.Name = 'MS Sans Serif'
  473.         Font.Style = []
  474.         LedNormal = clPurple
  475.         LedIn = clAqua
  476.         LedOut = clTeal
  477.         RoundSize = 20
  478.         Font3D.ThreeDimensional = False
  479.         Font3D.RepetitionColor = clNavy
  480.         OnClick = AHMOfficeButton3Click
  481.       end
  482.       object AHMOfficeButton1: TAHMOfficeButton
  483.         Left = 5
  484.         Top = 14
  485.         Width = 130
  486.         Height = 35
  487.         Hint = 'Opens the activity log window.'
  488.         Caption = 'View Activity Log'
  489.         Font.Charset = DEFAULT_CHARSET
  490.         Font.Color = clNavy
  491.         Font.Height = -11
  492.         Font.Name = 'MS Sans Serif'
  493.         Font.Style = []
  494.         LedNormal = clPurple
  495.         LedIn = clAqua
  496.         LedOut = clTeal
  497.         RoundSize = 20
  498.         Font3D.ThreeDimensional = False
  499.         Font3D.RepetitionColor = clNavy
  500.         OnClick = AHMOfficeButton1Click
  501.       end
  502.     end
  503.   end
  504.   object MainMenu1: TMainMenu
  505.     Left = 696
  506.     Top = 8
  507.     object Scan1: TMenuItem
  508.       Caption = '&Options'
  509.       Visible = False
  510.       object StartScan1: TMenuItem
  511.         Caption = 'Start Logging and Hide WinGuardian'
  512.         OnClick = StartScan1Click
  513.       end
  514.       object Setup1: TMenuItem
  515.         Caption = 'Settings'
  516.         OnClick = Setup1Click
  517.       end
  518.       object Quit1: TMenuItem
  519.         Caption = 'Shutdown WinGuardian'
  520.         OnClick = Quit1Click
  521.       end
  522.       object Hide1: TMenuItem
  523.         Caption = 'Lock and Hide'
  524.         Visible = False
  525.         OnClick = Hide1Click
  526.       end
  527.       object StopScan1: TMenuItem
  528.         Caption = 'Stop'
  529.         Enabled = False
  530.         Visible = False
  531.         OnClick = StopScan1Click
  532.       end
  533.     end
  534.     object Logs1: TMenuItem
  535.       Caption = '&Logs'
  536.       Visible = False
  537.       object ViewLog1: TMenuItem
  538.         Caption = 'View Activity Logs'
  539.         OnClick = ViewLog1Click
  540.       end
  541.       object ViewKeystrokeLog1: TMenuItem
  542.         Caption = 'View Keystroke Logs'
  543.         OnClick = ViewKeystrokeLog1Click
  544.       end
  545.       object ViewScreenshotLogs1: TMenuItem
  546.         Caption = 'View Screenshot Logs'
  547.         OnClick = ViewScreenshotLogs1Click
  548.       end
  549.       object SessionsLogOld1: TMenuItem
  550.         Caption = 'View Archived Activity Log'
  551.         Visible = False
  552.         OnClick = SessionsLogOld1Click
  553.       end
  554.     end
  555.     object Help1: TMenuItem
  556.       Caption = '&Help'
  557.       Visible = False
  558.       object Help2: TMenuItem
  559.         Caption = 'Help'
  560.         OnClick = Help2Click
  561.       end
  562.       object About1: TMenuItem
  563.         Caption = 'About'
  564.         OnClick = About1Click
  565.       end
  566.       object Register1: TMenuItem
  567.         Caption = 'Register'
  568.         OnClick = Register1Click
  569.       end
  570.     end
  571.   end
  572.   object Timer2: TTimer
  573.     OnTimer = Timer2Timer
  574.     Left = 696
  575.     Top = 72
  576.   end
  577.   object NoTask1: TNoTask
  578.     HideForm = True
  579.     Left = 64840
  580.     Top = 80
  581.   end
  582.   object Timer3: TTimer
  583.     Enabled = False
  584.     Interval = 1500
  585.     OnTimer = Timer3Timer
  586.     Left = 616
  587.     Top = 96
  588.   end
  589.   object Timer4: TTimer
  590.     Enabled = False
  591.     OnTimer = Timer4Timer
  592.     Left = 696
  593.     Top = 176
  594.   end
  595.   object FnugrySingleInstance1: TFnugrySingleInstance
  596.     OnAlreadyRunning = FnugrySingleInstance1AlreadyRunning
  597.     Left = 616
  598.     Top = 216
  599.   end
  600.   object Timer6: TTimer
  601.     Enabled = False
  602.     Interval = 10000
  603.     OnTimer = Timer6Timer
  604.     Left = 680
  605.     Top = 224
  606.   end
  607.   object SaveDialog1: TSaveDialog
  608.     OnClose = SaveDialog1Close
  609.     DefaultExt = 'doc'
  610.     FileName = 'logfile'
  611.     Filter = 'doc'
  612.     InitialDir = 'c:\'
  613.     Title = 'Save Session Log'
  614.     Left = 736
  615.     Top = 88
  616.   end
  617.   object Timer10: TTimer
  618.     Enabled = False
  619.     OnTimer = Timer10Timer
  620.     Left = 672
  621.     Top = 200
  622.   end
  623.   object Timer11: TTimer
  624.     Enabled = False
  625.     Interval = 10000
  626.     OnTimer = Timer11Timer
  627.     Left = 680
  628.     Top = 16
  629.   end
  630.   object Timer1: TTimer
  631.     Enabled = False
  632.     Interval = 1500
  633.     OnTimer = Timer1Timer
  634.     Left = 640
  635.     Top = 72
  636.   end
  637.   object Stealth1: TStealth
  638.     HideApp = True
  639.     Left = 880
  640.     Top = 16
  641.   end
  642.   object Timer5: TTimer
  643.     Enabled = False
  644.     Interval = 5000
  645.     OnTimer = Timer5Timer
  646.     Left = 824
  647.     Top = 64
  648.   end
  649.   object Timer9: TTimer
  650.     Enabled = False
  651.     OnTimer = Timer9Timer
  652.     Left = 824
  653.   end
  654.   object AHMBackground1: TAHMBackground
  655.     Gradient.BeginColor = clWhite
  656.     Gradient.EndColor = clGray
  657.     Gradient.ColorCount = 200
  658.     BrushFill.BrushStyle = bsBDiagonal
  659.     BrushFill.BrushColor = clSilver
  660.     SolidColor = clSilver
  661.     Left = 9
  662.     Top = 66
  663.   end
  664.   object Timer7: TTimer
  665.     Enabled = False
  666.     Interval = 5000
  667.     OnTimer = Timer7Timer
  668.     Left = 361
  669.     Top = 25
  670.   end
  671.   object WindowsList1: TWindowsList
  672.     AcceptEmptyNames = False
  673.     Left = 25
  674.     Top = 9
  675.   end
  676.   object Timer8: TTimer
  677.     Enabled = False
  678.     Interval = 200
  679.     OnTimer = Timer8Timer
  680.     Left = 41
  681.     Top = 57
  682.   end
  683.   object GrayScaleFilterDialog1: TGrayScaleFilterDialog
  684.     Left = 3
  685.     Top = 29
  686.   end
  687.   object Timer12: TTimer
  688.     Enabled = False
  689.     OnTimer = Timer12Timer
  690.     Left = 65
  691.     Top = 33
  692.   end
  693. end
  694.